.navbar .container-fluid {
  padding-right: 0; }
.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 1200px) {
    .navbar-header .icon {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .navbar-header {
      padding: 0 10px; }
      .navbar-header::before, .navbar-header::after {
        display: none; }
      .navbar-header .icon {
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center;
        -ms-flex-pack: center;
        background-color: #d7000f;
        align-items: center;
        height: 70px;
        width: 20%; }
        .navbar-header .icon a {
          color: #fff;
          text-decoration: none;
          outline: none;
          position: relative; }
          .navbar-header .icon a .shop {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 30px; } }
  @media screen and (max-width: 780px) {
    .navbar-header .navbar-brand {
      width: 45%; } }
.navbar-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #d7000f;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0; }
  .navbar-right a {
    color: #fff;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .navbar-right a .shop {
      padding: 5px;
      width: 30%; }
@media screen and (max-width: 1200px) {
  .navbar-right {
    display: none; } }
.navbar-inverse .navbar-collapse {
  border: 0; }
  @media screen and (max-width: 1200px) {
    .navbar-inverse .navbar-collapse::-webkit-scrollbar {
      width: 0;
      height: 0; } }
@media screen and (min-width: 1200px) {
  .navbar-inverse {
    background-image: inherit !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    border: 0 !important; } }
.navbar-brand {
  height: 70px; }
  @media screen and (min-width: 1600px) {
    .navbar-brand {
      padding: 15px 70px; } }
  @media screen and (max-width: 1600px) and (min-width: 1300px) {
    .navbar-brand {
      padding: 15px 30px; } }
  @media screen and (max-width: 1300px) and (min-width: 1100px) {
    .navbar-brand {
      padding: 15px 20px; } }
.navbar-nav {
  padding-top: 10px;
  padding-bottom: 8px; }
.navbar-nav > .active > a {
  background-image: inherit !important;
  background-color: #d7000f !important; }
.navbar-nav .dropdown-menu li a {
  background-image: inherit !important;
  background-color: #d7000f !important;
  color: #fff;
  word-wrap: break-word;
  word-break: break-all;
  white-space: inherit; }
.navbar-nav > .dropdown .dropdown-menu-width {
  min-width: 200px; }
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 10px;
  color: #fff !important; }
  @media screen and (max-width: 1500px) {
    .navbar-nav > li > a {
      margin: 0 5px; } }
  .navbar-nav > li > a:hover {
    background-color: #d7000f !important; }
.navbar-toggle {
  margin-top: 15px;
  margin-bottom: 15px; }
.navbar-sticky-top {
  position: sticky;
  top: 0; }
.navbar .open .dropdown-toggle {
  background-image: inherit !important;
  background-color: #d7000f !important;
  color: #fff; }
.navbar .dropdown-menu {
  background-color: #d7000f;
  left: 10px;
  right: 10px;
  min-width: 50px; }
  @media screen and (max-width: 1500px) {
    .navbar .dropdown-menu {
      left: 5px;
      right: 5px; } }
  .navbar .dropdown-menu a {
    color: #fff !important; }

/*# sourceMappingURL=head.css.map */
